Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docker compose with Allegra compatible tags #2398

Merged

Conversation

melmccann
Copy link
Contributor

Update docker compose to reflect the Allegra docker compatible versions

Copy link
Contributor

@piotr-iohk piotr-iohk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@rvl
Copy link
Contributor

rvl commented Dec 17, 2020

bors r+

iohk-bors bot added a commit that referenced this pull request Dec 17, 2020
2397: Fix bug preventing txs to be listed when filter spans multiple eras r=rvl a=Anviking

# Issue Number

ADP-626

# Overview

<!-- Detail in a few bullet points the work accomplished in this PR -->

- [x] Make rendering of MsgInterpreterPastHorizon more readable in logs
- [x] Add regression test for ADP-626
- [x] Fix ADP-626 by wrapping `HF.Qry` in a new monad to allow safe composition (like we used to before)
   - [x] TODO: Adjust doc comments

# Comments

- Tested manually that e.g. `cardano-wallet transaction list 94962db0b6ecda7b6d1af8e2afce61b166065545 --start 2019-10-17T10:15:00Z --end 2020-12-20T10:15:00Z` (Filter including Byron, Shelley and Allegra) works.
- We used to have this approach before the Allegra integration
- Alternative: Replace `slotRangeFromRelativeTimeRange :: Range RelativeTime -> Qry (Range SlotNo)` with something that takes a `TimeInterpreter m` and returns `m (Range SlotNo)`
    - To this seems to undermine having a `Qry` monad in the first place, if the calling wallet-code cannot compose queries, or has to be careful when doing so.

<!-- Additional comments or screenshots to attach if any -->

<!-- 
Don't forget to:

 ✓ Self-review your changes to make sure nothing unexpected slipped through
 ✓ Assign yourself to the PR
 ✓ Assign one or several reviewer(s)
 ✓ Once created, link this PR to its corresponding ticket
 ✓ Assign the PR to a corresponding milestone
 ✓ Acknowledge any changes required to the Wiki
-->


2398: Update docker compose with Allegra compatible tags r=rvl a=melmccann

Update docker compose to reflect the Allegra docker compatible versions 

2402: Remove dead code r=rvl a=rvl

### Issue Number

None

### Overview

Removes dead code and outdated things, noticed while reviewing, investigating code, etc.

### Comments

![github com_input-output-hk_cardano-wallet_pull_2384_files](https://user-images.githubusercontent.com/1019641/102446751-34be3300-407a-11eb-8b4a-07c06391c54c.png)


Co-authored-by: Johannes Lund <[email protected]>
Co-authored-by: Rodney Lorrimar <[email protected]>
Co-authored-by: Mel McCann <[email protected]>
@iohk-bors
Copy link
Contributor

iohk-bors bot commented Dec 17, 2020

Build failed (retrying...):

#2393

iohk-bors bot added a commit that referenced this pull request Dec 17, 2020
2398: Update docker compose with Allegra compatible tags r=rvl a=melmccann

Update docker compose to reflect the Allegra docker compatible versions 

2402: Remove dead code r=rvl a=rvl

### Issue Number

None

### Overview

Removes dead code and outdated things, noticed while reviewing, investigating code, etc.

### Comments

![github com_input-output-hk_cardano-wallet_pull_2384_files](https://user-images.githubusercontent.com/1019641/102446751-34be3300-407a-11eb-8b4a-07c06391c54c.png)


Co-authored-by: Mel McCann <[email protected]>
Co-authored-by: Rodney Lorrimar <[email protected]>
@iohk-bors
Copy link
Contributor

iohk-bors bot commented Dec 17, 2020

Build failed (retrying...):

#2393

iohk-bors bot added a commit that referenced this pull request Dec 17, 2020
2385: Upload swagger to bump.sh on release deployment r=piotr-iohk a=piotr-iohk

# Issue Number

ADP-600

<!-- Put here a reference to the issue this PR relates to and which requirements it tackles -->


# Overview

- 275956f
  Upload swagger upload to bump.sh on release
  
- ca0d72f
  Add API Changes section in Release template


# Comments

 - I have tested upload from Travis into bump.sh ->  https://bump.sh/doc/cardano-wallet-test/changes ✔️ 
 - swagger should be uploaded to https://bump.sh/doc/cardano-wallet-diff/changes on release deploy step
 - added `API Changes` section to release template with a note


2398: Update docker compose with Allegra compatible tags r=rvl a=melmccann

Update docker compose to reflect the Allegra docker compatible versions 

Co-authored-by: Piotr Stachyra <[email protected]>
Co-authored-by: Mel McCann <[email protected]>
@iohk-bors
Copy link
Contributor

iohk-bors bot commented Dec 17, 2020

Build failed (retrying...):

#2393

@iohk-bors
Copy link
Contributor

iohk-bors bot commented Dec 17, 2020

Build succeeded:

@iohk-bors iohk-bors bot merged commit 8d6341a into cardano-foundation:master Dec 17, 2020
iohk-bors bot added a commit that referenced this pull request Dec 18, 2020
2404: Update docker-compose from make_release.sh r=piotr-iohk a=piotr-iohk

# Issue Number

#2398


# Overview

- e02d604
  Update docker-compose from make_release.sh


# Comments




Co-authored-by: Piotr Stachyra <[email protected]>
iohk-bors bot added a commit that referenced this pull request Dec 18, 2020
2385: Upload swagger to bump.sh on release deployment r=piotr-iohk a=piotr-iohk

# Issue Number

ADP-600

<!-- Put here a reference to the issue this PR relates to and which requirements it tackles -->


# Overview

- 275956f
  Upload swagger upload to bump.sh on release
  
- ca0d72f
  Add API Changes section in Release template


# Comments

 - I have tested upload from Travis into bump.sh ->  https://bump.sh/doc/cardano-wallet-test/changes ✔️ 
 - swagger should be uploaded to https://bump.sh/doc/cardano-wallet-diff/changes on release deploy step
 - added `API Changes` section to release template with a note


2404: Update docker-compose from make_release.sh r=piotr-iohk a=piotr-iohk

# Issue Number

#2398


# Overview

- e02d604
  Update docker-compose from make_release.sh


# Comments




Co-authored-by: Piotr Stachyra <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants